/* 
 * Company easybiz
 * By - Liull
 * CSS Document v2020.08 base
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
body { font:14px/20px "\5FAE\8F6F\96C5\9ED1","\5b8b\4f53",sans-serif;color:#666;}
img { border:none; vertical-align: top;}
a{ color:#111; text-decoration:none;}
a:hover{ color:#c00000; text-decoration:none;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
/* h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;} */
form {margin:0;padding:0;}
q:before,q:after {content:"";}
abbr,acronym {border:0;}
input,textarea {font-size:12px; box-sizing: border-box;}

.clear {clear:both;height:0;overflow:hidden;}
.clearfix:after{clear:both;height:0;overflow:hidden;display:block;visibility:hidden;content:".";}

.text-miancolor{color: #c00000 !important;}
.text-white{color: #fff !important;}
.text-black{color: #000 !important;}
.text-center{text-align: center;}

/**
 * 滚动条
 */
.hm-scroll::-webkit-scrollbar{width:8px;}
.hm-scroll::-webkit-scrollbar-thumb{background-color:#e1e3e4;background-clip:content-box;border-top:5px solid rgba(255,255,255,0);border-bottom:5px solid rgba(255,255,255,0);border-right:4px solid rgba(255,255,255,0)}
.hm-scroll::-webkit-scrollbar-track{background-color:#fbfbfb}
